projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b932f9
)
[POWERPC][XEN] attempt to adjust thread priority is futile and meaningless
author
Jimi Xenidis
<jimix@watson.ibm.com>
Thu, 21 Sep 2006 17:48:24 +0000
(13:48 -0400)
committer
Jimi Xenidis
<jimix@watson.ibm.com>
Thu, 21 Sep 2006 17:48:24 +0000
(13:48 -0400)
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
--HG--
extra : transplant_source : %F4%8C%D4%9FN%E2%1F%C4N%F2%FD%85U%3C%8C%20%08%DA%84%89
xen/include/asm-powerpc/delay.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-powerpc/delay.h
b/xen/include/asm-powerpc/delay.h
index 898528ed844fa3a6a0f308559e2133d3efea1c99..ea10a12bc3784ec7604f5784ac9349fa4e4656e1 100644
(file)
--- a/
xen/include/asm-powerpc/delay.h
+++ b/
xen/include/asm-powerpc/delay.h
@@
-34,7
+34,6
@@
static inline void udelay(unsigned long usecs)
s = get_timebase();
do {
- asm volatile("or 1,1,1"); /* also puts the thread to low priority */
e = get_timebase();
} while ((e-s) < ticks);
}